Method: ActiveSupport::Messages::RotationCoordinator#[]
- Defined in:
- lib/active_support/messages/rotation_coordinator.rb
#[](salt) ⇒ Object
18 19 20 |
# File 'lib/active_support/messages/rotation_coordinator.rb', line 18 def [](salt) @codecs[salt] ||= build_with_rotations(salt) end |